home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / apache_stop.bat < prev    next >
DOS Batch File  |  2005-07-08  |  128b  |  7 lines

  1. @echo off
  2. apache\bin\pv -f -k apache.exe -q
  3. if not exist apache\logs\httpd.pid GOTO exit
  4. del apache\logs\httpd.pid
  5.  
  6. :exit
  7.